DeleteIpv6InternetBandwidth
Description
call the DeleteIpv6InternetBandwidth interface to delete the public network bandwidth.
Request Method
POST
Request Path
/apsara/route/Vpc/DeleteIpv6InternetBandwidth
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Ipv6AddressId | BODY | string | No | ipv6-123456xxxxxxxx | instance ID of IPv6 address. |
RegionId | BODY | string | Yes | cn-huhehaote | the region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface. |
Ipv6InternetBandwidthId | BODY | string | No | 2 | public network bandwidth of IPv6 address. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | E07E0FE6-5C21-405F-AF82-7613AA81EF92 | request ID. |
Example
Successful Response example
{
"RequestId":"E07E0FE6-5C21-405F-AF82-7613AA81EF92"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}